crypto/internal/bigmod.Nat.reset (method)

8 uses

	crypto/internal/bigmod (current package)
		nat.go#L85: func (x *Nat) reset(n int) *Nat {
		nat.go#L97: 	x.reset(len(y.limbs))
		nat.go#L108: 	x.reset(len(limbs))
		nat.go#L498: 	return out.reset(len(m.nat.limbs))
		nat.go#L638: 		copy(x.reset(n).limbs, T[n:])
		nat.go#L656: 		copy(x.reset(n).limbs, T[n:])
		nat.go#L670: 		copy(x.reset(n).limbs, T[n:])
		nat.go#L684: 		copy(x.reset(n).limbs, T[n:])